[GitLab]命令行启动、停止和重启

  • 启动

    sudo gitlab-ctl start
    
  • 停止

    sudo gitlab-ctl stop
    
  • 重启

    sudo gitlab-ctl restart